# New Features

  • Support Xamarin AOT build Supports protection for Xamarin apps built with AOT.
  • UI changed for Hacking detection message output
    • When blocking hacking behavior, the Toast function has been used to display warnings and guides to end users, but Android 12 and later had a problem that was abbreviated due to message length limitations.
    • To improve this, from 2.28.0.0 onwards, Activity is displayed instead of Toast when blocking hacking.
    • The Activity`s gray circle will contain the logo image of the app.
    • Before 2.28.0.0 (Toast)From 2.28.0.0 (Activity)
       

# Improvements

  • Enhanced Rooting detection Enhanced security of the root bypass environment using Magisk’s Zygisk-based Shamiko module.

  • Improved AppSealing loading delay AppSealing module’s initialized speed has been improved.

# Fixes

  • Fixed ANR Fixed ANRs in version 2.27.0.0.
  • Fixed runtime crash Fixed a crash that occurred when some apps were running in a BlueStacks 5 32-bit emulator.

Developer’s note

  • To resolve the issue related to QUERY_ALL_PACKAGES permission in Google Play Store, we are developing a version that can detect cheat tools without QUERY_ALL_PACKAGES permission. We will do our best to distribute the new version at the end of November or the beginning of December.
Last Updated: 9/19/2024, 6:47:13 AM